home *** CD-ROM | disk | FTP | other *** search
/ WWII Attack! from Pearl Harbor to Potsdam / WWII Attack - From Pearl Harbor to Potsdam - Disc 3.iso / pc / us / shared.cst / 00028_Script_28 < prev    next >
Text File  |  1999-11-23  |  284b  |  10 lines

  1. on keydown
  2.   if the key = "S" then play done
  3.   IF THE KEY = "W" THEN PAUSE
  4.   IF THE KEY = "C" THEN CONTINUE
  5.   If the key = "D" then open "Finder"
  6.   If the key = "Q" then play frame 1 of movie "Bye"
  7.   IF THE KEY = "P" then PRINTFROM (THE FRAME),(THE FRAME)
  8.   
  9.   
  10. end keyDown